2006-10-14 21:29:25 +00:00
|
|
|
Name: perl-File-DesktopEntry
|
2007-12-27 21:44:33 +00:00
|
|
|
Version: 0.04
|
2011-02-08 22:08:23 +00:00
|
|
|
Release: 13%{?dist}
|
2006-10-14 21:29:25 +00:00
|
|
|
Summary: Object to handle .desktop files
|
2007-10-15 20:32:13 +00:00
|
|
|
License: GPL+ or Artistic
|
2006-10-14 21:29:25 +00:00
|
|
|
Group: Development/Libraries
|
|
|
|
URL: http://search.cpan.org/dist/File-DesktopEntry/
|
|
|
|
Source0: http://www.cpan.org/authors/id/P/PA/PARDUS/File-DesktopEntry/File-DesktopEntry-%{version}.tar.gz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildArch: noarch
|
2007-12-27 22:09:39 +00:00
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) perl(Module::Build)
|
2007-12-27 23:36:58 +00:00
|
|
|
BuildRequires: perl(Test::More) perl(Test::Pod) perl(Test::Pod::Coverage)
|
|
|
|
BuildRequires: perl(File::BaseDir)
|
2006-10-14 21:29:25 +00:00
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
%description
|
|
|
|
This module is used to work with .desktop files. The format of these files
|
2007-10-15 20:32:13 +00:00
|
|
|
is specified by the freedesktop "Desktop Entry" specification. See
|
2006-10-14 21:29:25 +00:00
|
|
|
http://freedesktop.org/wiki/Standards_2fdesktop_2dentry_2dspec. For this
|
|
|
|
module version 0.9.4 of the specification was used.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n File-DesktopEntry-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
|
|
|
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
|
|
|
|
|
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
%check
|
|
|
|
make test
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc Changes README
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
%changelog
|
2011-02-08 22:08:23 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-12-16 16:07:07 +00:00
|
|
|
* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.04-12
|
|
|
|
- 661697 rebuild for fixing problems with vendorach/lib
|
|
|
|
|
2010-05-01 03:31:54 +00:00
|
|
|
* Sat May 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.04-11
|
|
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
|
2010-04-30 15:21:42 +00:00
|
|
|
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.04-10
|
|
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
|
2009-12-07 02:30:51 +00:00
|
|
|
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.04-9
|
|
|
|
- rebuild against perl 5.10.1
|
|
|
|
|
2009-07-26 05:58:50 +00:00
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-26 16:07:43 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-03-05 22:11:52 +00:00
|
|
|
* Wed Mar 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.02-2
|
|
|
|
- rebuild for new perl
|
|
|
|
|
2007-12-27 23:36:58 +00:00
|
|
|
* Thu Dec 27 2007 Patrice Dumas <pertusus@free.fr> 0.04-5
|
2007-12-27 21:44:33 +00:00
|
|
|
- update to 0.04
|
|
|
|
|
2007-10-16 14:31:44 +00:00
|
|
|
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.02-1.2
|
|
|
|
- add BR: perl(Test::More)
|
|
|
|
|
2007-10-15 20:32:13 +00:00
|
|
|
* Mon Oct 15 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.02-1.1
|
|
|
|
- correct license tag
|
|
|
|
- add BR: perl(ExtUtils::MakeMaker)
|
|
|
|
|
2006-10-14 21:29:25 +00:00
|
|
|
* Wed Oct 11 2006 Patrice Dumas <pertusus@free.fr> 0.02-1
|
|
|
|
- Specfile autogenerated by cpanspec 1.69.
|