]> git.pld-linux.org Git - packages/cvsps.git/commitdiff
- rel 2; add some fixes made by git people AC-branch auto/ac/cvsps-2_1-2 auto/th/cvsps-2_1-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 10 Nov 2007 19:11:56 +0000 (19:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvsps.spec -> 1.8

cvsps.spec

index f0d82e1218fe3163a31b0c02c2ac68957efffed6..03c1b7339eda1e98140331571cd0cf352f934acb 100644 (file)
@@ -1,15 +1,15 @@
-#%define               _extraver       rc1
 Summary:       Patchsets for CVS
 Summary(pl.UTF-8):     Zestawy łatek dla CVS
 Name:          cvsps
 Version:       2.1
-#Release:      0.%{_extraver}.1
-Release:       1
+Release:       2
 License:       GPL
 Group:         Development/Version Control
-#Source0:      http://www.cobite.com/cvsps/%{name}-%{version}%{_extraver}.tar.gz
 Source0:       http://www.cobite.com/cvsps/%{name}-%{version}.tar.gz
 # Source0-md5: bde2110ed9f5d14de8f8cb04e9d596fe
+# Fixes made by git people, see:
+# http://ydirson.free.fr/en/software/scm/cvsps.html
+Patch0:                %{name}-fixes.patch
 URL:           http://www.cobite.com/cvsps/
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -33,8 +33,8 @@ Choć CVS śledzi informacje o rewizjach, obejrzenie zmian wysłanych
 'atomowo' do repozytorium nie jest rzeczą łatwą.
 
 %prep
-#%setup -q -n %{name}-%{version}%{_extraver}
 %setup -q
+%patch0 -p1
 
 %build
 %{__make} \
This page took 0.0909759999999999 seconds and 4 git commands to generate.