]> git.pld-linux.org Git - packages/gcvs.git/commitdiff
- added desktop-file
authorPaweł Gołaszewski <blues@pld-linux.org>
Sat, 5 May 2001 15:27:58 +0000 (15:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- url corrected
- missing files added

Changed files:
    gcvs.desktop -> 1.1
    gcvs.spec -> 1.11

gcvs.desktop [new file with mode: 0644]
gcvs.spec

diff --git a/gcvs.desktop b/gcvs.desktop
new file mode 100644 (file)
index 0000000..c130b1b
--- /dev/null
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=gCVS
+Name[pl]=gCVS
+Comment=Graphical CVS front-end
+Comment[pl]=Graficzny front-end dla CVS
+Icon=
+Exec=gcvs
+Terminal=0
+Type=Application
+
index 0188d93fd02dcf62b3cdbc4d3169796d3030bca7..e83256d1de965b5759cf82cba845bf1e32ea9b2b 100644 (file)
--- a/gcvs.spec
+++ b/gcvs.spec
@@ -7,7 +7,8 @@ License:        GPL
 Group:         Applications/Communications
 Group(de):     Applikationen/Kommunikation
 Group(pl):     Aplikacje/Komunikacja
-Source0:       http://www.wincvs.org/%{name}-%{version}.tar.gz
+Source0:       ftp://cvsgui.sourceforge.net/pub/cvsgui/%{name}-%{version}.tar.gz
+Source1:       %{name}.desktop
 Patch0:                %{name}-nocvsunix.patch
 URL:           http://www.wincvs.org/
 BuildRequires: gtk+-devel >= 1.2
@@ -44,10 +45,14 @@ cd ..
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_applnkdir}/Development
+
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
 install cvsunix/src/cvs $RPM_BUILD_ROOT%{_bindir}
+install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Development/gcvs.desktop
 
 gzip -9nf AUTHORS ChangeLog README TODO
 
@@ -58,5 +63,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc *.gz
 %doc GuiDoc/cvsgui*html
-%attr(755,root,root) %{_bindir}/gcvs
+%attr(755,root,root) %{_bindir}/*
 %{_datadir}/%{name}
+%{_applnkdir}/Development/gcvs.desktop
This page took 0.082627 seconds and 4 git commands to generate.