rpms/perltidy/devel .cvsignore, 1.2, 1.3 perltidy.spec, 1.9, 1.10 sources, 1.2, 1.3

Ville Skytta (scop) fedora-extras-commits at redhat.com
Thu Jun 15 17:09:53 UTC 2006


Author: scop

Update of /cvs/extras/rpms/perltidy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29529/devel

Modified Files:
	.cvsignore perltidy.spec sources 
Log Message:
* Thu Jun 15 2006 Ville Skyttä <ville.skytta at iki.fi> - 20060614-1
- 20060614, specfile cleanups, include examples in docs.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perltidy/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 05:11:53 -0000	1.2
+++ .cvsignore	15 Jun 2006 17:09:53 -0000	1.3
@@ -1 +1 @@
-Perl-Tidy-20031021.tar.gz
+Perl-Tidy-20060614.tar.gz


Index: perltidy.spec
===================================================================
RCS file: /cvs/extras/rpms/perltidy/devel/perltidy.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- perltidy.spec	6 Apr 2005 22:13:29 -0000	1.9
+++ perltidy.spec	15 Jun 2006 17:09:53 -0000	1.10
@@ -1,19 +1,16 @@
-%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
-
 Name:           perltidy
-Version:        20031021
-Release:        2
-
+Version:        20060614
+Release:        1%{?dist}
 Summary:        Tool for indenting and reformatting Perl scripts
 
 Group:          Development/Tools
 License:        GPL
 URL:            http://perltidy.sourceforge.net/
-Source:         http://download.sf.net/perltidy/Perl-Tidy-20031021.tar.gz
+Source:         http://download.sf.net/perltidy/Perl-Tidy-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl >= 1:5.6.1
+BuildRequires:  perl
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -30,7 +27,8 @@
 
 
 %prep
-%setup -q -n Perl-Tidy-20031021
+%setup -q -n Perl-Tidy-%{version}
+rm -f docs/perltidy.1 examples/pt.bat
 
 
 %build
@@ -44,10 +42,9 @@
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
-rm -f docs/perltidy.1 # already in mandir
 
 
-%check || :
+%check
 make test
 
 
@@ -57,14 +54,17 @@
 
 %files
 %defattr(-,root,root,-)
-%doc BUGS CHANGES COPYING README TODO docs
+%doc BUGS CHANGES COPYING README TODO docs/ examples/
 %{_bindir}/perltidy
-%{perl_vendorlib}/Perl
+%{perl_vendorlib}/Perl/
 %{_mandir}/man1/perltidy.1*
 %{_mandir}/man3/Perl::Tidy.3*
 
 
 %changelog
+* Thu Jun 15 2006 Ville Skyttä <ville.skytta at iki.fi> - 20060614-1
+- 20060614, specfile cleanups, include examples in docs.
+
 * Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
 - rebuilt
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perltidy/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 05:11:53 -0000	1.2
+++ sources	15 Jun 2006 17:09:53 -0000	1.3
@@ -1 +1 @@
-ba1e8aff6329666564a3c72a202d1a7f  Perl-Tidy-20031021.tar.gz
+4f147bdec6140216db983a72c01bbfd7  Perl-Tidy-20060614.tar.gz




More information about the scm-commits mailing list