]> git.pld-linux.org Git - packages/aldo.git/commitdiff
- Updated to 0.6.3
authorpzurowski <pzurowski@pld-linux.org>
Fri, 30 Jan 2004 16:18:32 +0000 (16:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aldo-DESTDIR.patch -> 1.2
    aldo.spec -> 1.5

aldo-DESTDIR.patch
aldo.spec

index 67e18f9058fc6b2f765659df3d647165333fc047..405bcbf5ce18c82995ba21de66ace084e7d86e2d 100644 (file)
@@ -1,38 +1,33 @@
-diff -urN aldo.0.0.12/Makefile aldo/Makefile
---- aldo.0.0.12/Makefile       Wed Jul 23 00:54:21 2003
-+++ aldo/Makefile      Mon Aug  4 12:55:36 2003
-@@ -59,10 +59,7 @@
+diff -urN aldo-0.6.3-orig/libdatafile/Makefile aldo-0.6.3/libdatafile/Makefile
+--- aldo-0.6.3-orig/libdatafile/Makefile       2003-04-09 11:30:24.000000000 +0200
++++ aldo-0.6.3/libdatafile/Makefile    2004-01-30 16:59:11.000000000 +0100
+@@ -20,9 +20,9 @@
+       @rm -f $(OBJECTS) $(PACKAGE)
+ install: all
+-      rm -Rf /usr/include/datafile
+-      mkdir /usr/include/datafile
+-      cp $(HEADERS) /usr/include/datafile
+-      cp lib/$(NAMELIB) /usr/lib/libdatafile.so
+-      ldconfig
++      rm -Rf $(DESTDIR)/usr/include/datafile
++      mkdir $(DESTDIR)/usr/include/datafile
++      cp $(HEADERS) $(DESTDIR)/usr/include/datafile
++      cp lib/$(NAMELIB) $(DESTDIR)/usr/lib/libdatafile.so
++#     ldconfig
+       @echo type 'make clean'
+diff -urN aldo-0.6.3-orig/Makefile aldo-0.6.3/Makefile
+--- aldo-0.6.3-orig/Makefile   2003-11-20 21:56:49.000000000 +0100
++++ aldo-0.6.3/Makefile        2004-01-30 16:57:03.000000000 +0100
+@@ -63,9 +63,6 @@
  clean_aldo:
        @$(RM) aldo $(OBJECTS)
  
 -install: libs aldo uninstall
++install: libs aldo
+       @strip aldo
 -      @install -m555 -oroot aldo /usr/bin/
-+install: libs aldo 
-+      @install -m555 aldo $(DESTDIR)/usr/bin/
-       @$(MAKE) -C po install
+-
 -uninstall:
 -      @$(RM) /usr/bin/aldo
--      @$(MAKE) -C po uninstall
-\ No newline at end of file
-diff -urN aldo.0.0.12/po/Makefile aldo/po/Makefile
---- aldo.0.0.12/po/Makefile    Sun Jun  8 16:32:31 2003
-+++ aldo/po/Makefile   Mon Aug  4 12:55:43 2003
-@@ -16,13 +16,8 @@
- install: $(CATALOGS)
-       @for n in $(CATALOGS); do \
-           l=`basename $$n .mo`; \
--          $(INSTALL) -m755 -d $(INSTALLNLSDIR)/$$l; \
--          $(INSTALL) -m755 -d $(INSTALLNLSDIR)/$$l/LC_MESSAGES; \
--          $(INSTALL) -m644 $$n $(INSTALLNLSDIR)/$$l/LC_MESSAGES/$(PACKAGE).mo; \
-+          $(INSTALL) -m755 -d $(DESTDIR)$(INSTALLNLSDIR)/$$l; \
-+          $(INSTALL) -m755 -d $(DESTDIR)$(INSTALLNLSDIR)/$$l/LC_MESSAGES; \
-+          $(INSTALL) -m644 $$n $(DESTDIR)$(INSTALLNLSDIR)/$$l/LC_MESSAGES/$(PACKAGE).mo; \
-       done
--uninstall:
--      @for n in $(CATALOGS); do \
--          l=`basename $$n .mo`; \
--          $(RM) $(INSTALLNLSDIR)/$$l/LC_MESSAGES/$(PACKAGE).mo; \
--      done
-\ No newline at end of file
++      @install aldo $(DESTDIR)/usr/bin/
index 18cb176f62ba063e042d7d6a356b25091b91171a..4b795ecbdef0f1393b0bcc44d0656b9ab7f888e6 100644 (file)
--- a/aldo.spec
+++ b/aldo.spec
@@ -1,12 +1,12 @@
 Summary:       Morse code tutor
 Summary(pl):   Program do nauki alfabetu Morse'a
 Name:          aldo
-Version:       0.0.12
+Version:       0.6.3
 Release:       2
 License:       GPL
 Group:         Applications
 Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
-#Source0-MD5:  e0c793915e131f34ea7a7a94a173350e
+# Source0-md5: 7548bed9282f4581858648236a9ac5e0
 Patch0:                %{name}-DESTDIR.patch
 URL:           http://aldo.sourceforge.net
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -21,7 +21,7 @@ poziom
 prêdko¶æ by zacz±æ æwiczyæ telegrafiê.
 
 %prep
-%setup -q -n %{name}.%{version}
+%setup -q
 %patch0 -p1
 
 %build
@@ -34,12 +34,10 @@ install -d $RPM_BUILD_ROOT%{_bindir}
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-%find_lang %{name}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files -f %{name}.lang
+%files
 %defattr(644,root,root,755)
 %doc ChangeLog README
 %attr(755,root,root) %{_bindir}/*
This page took 0.161728 seconds and 4 git commands to generate.