]> git.pld-linux.org Git - packages/XCounter.git/commitdiff
- fix URL and Source RA-1_0 STABLE XCounter-1_0_6-1
authorpioklo <pioklo@linuxpl.com>
Mon, 6 May 2002 16:16:07 +0000 (16:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix %files section ,there werent added  those files before.
- fix Group
- relase 1 ,STBR

Changed files:
    XCounter.spec -> 1.3

XCounter.spec

index fe3d45702ad59616d674e5be2b04d63671f0d983..f75712e3abfcc8a06ad52905a0b3d559c99fc85f 100644 (file)
@@ -4,10 +4,10 @@ Name:         XCounter
 Version:       1.0.6
 Release:       1
 License:       GPL v2
-Group:         Networking
-Source0:       http://freshmeat.net/redir/xcounter/11865/url_tgz/%{name}-%{version}.tar.gz
+Group:         Applications/Networking
+Source0:       http://isp.od.ua/~rsi/%{name}-%{version}.tar.gz
 Patch0:                %{name}-make.patch
-URL:           http://freshmeat.net/redir/xcounter/11865/url_homepage/
+URL:           http://members.fortunecity.com/mrsi/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -27,7 +27,9 @@ obci
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 install -d $RPM_BUILD_ROOT%{_bindir}
+
 %{__make} install \
         BINDIR=$RPM_BUILD_ROOT%{_bindir}
 
@@ -39,3 +41,4 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc *.gz
+%attr(755,root,root) %{_bindir}/*
This page took 0.063429 seconds and 4 git commands to generate.