]> git.pld-linux.org Git - packages/Togl.git/commitdiff
- fixed typo,
authorcieciwa <cieciwa@pld-linux.org>
Wed, 8 Nov 2000 12:56:50 +0000 (12:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- changed file name from Makefile.PLD to Togl-Makefile.PLD

Changed files:
    Togl.spec -> 1.2

Togl.spec

index 594c3b31c53e2e4765693548b1685f79f2e7b2b7..9ceae3c4f7e3610ed866aff2c9b7d83100841b73 100644 (file)
--- a/Togl.spec
+++ b/Togl.spec
@@ -7,7 +7,7 @@ Copyright:      Other
 Group:         Libraries
 Group(pl):     Biblioteki
 Source0:       %{name}-%{version}beta2.tar.gz
 Group:         Libraries
 Group(pl):     Biblioteki
 Source0:       %{name}-%{version}beta2.tar.gz
-Source1:       Makefile.PLD
+Source1:       %{name}-Makefile.PLD
 Patch0:                %{name}-tkInit.patch
 URL:           http://www.ssec.wisc.edu/~brianp/Togl.html
 BuildRequires: tk >= 8.0
 Patch0:                %{name}-tkInit.patch
 URL:           http://www.ssec.wisc.edu/~brianp/Togl.html
 BuildRequires: tk >= 8.0
@@ -35,7 +35,7 @@ Group(pl):    Programowanie/Biblioteki
 
 %build
 install %{SOURCE1} .
 
 %build
 install %{SOURCE1} .
-mv Makefile.PLD Makefile
+mv %{name}-Makefile.PLD Makefile
 %{__make} RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
 
 %install
 %{__make} RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
 
 %install
@@ -63,4 +63,4 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_examplesdir}/%{name}-%{version}/*
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_examplesdir}/%{name}-%{version}/*
-%attr(644,root,root) %{_examplesdir)/%{name}-%{version}/src/*.c
+%attr(644,root,root) %{_examplesdir}/%{name}-%{version}/src/*.c
This page took 0.076508 seconds and 4 git commands to generate.