added a CLI preview: zypper
authorMartin Vidner <mvidner@suse.cz>
Mon, 2 Oct 2006 14:35:18 +0000 (14:35 +0000)
committerMartin Vidner <mvidner@suse.cz>
Mon, 2 Oct 2006 14:35:18 +0000 (14:35 +0000)
libzypp.spec.in
package/libzypp.changes
tools/zmart/Makefile.am

index f888f06..ff2eebd 100644 (file)
@@ -90,6 +90,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
 
 %files -f zypp.lang
 %defattr(-,root,root)
+%{bindir}/zypper
 %dir %{_libdir}/libzypp*so.*
 %dir %{prefix}/share/zypp
 %{prefix}/share/zypp/*
index 0d9285b..76baf2a 100644 (file)
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Mon Oct  2 16:34:03 CEST 2006 - mvidner@suse.cz
+
+- added a CLI preview: zypper
+
+-------------------------------------------------------------------
 Mon Oct  2 15:11:26 CEST 2006 - dmacvicar@suse.de
 
 - FATE #100165: 
index fe358b7..27c3a6d 100644 (file)
@@ -1,7 +1,8 @@
 ## Process this file with automake to produce Makefile.in
 ## ##################################################
 
-noinst_PROGRAMS = zmart zypper zypp-checkpatches
+bin_PROGRAMS = zypper
+noinst_PROGRAMS = zmart zypp-checkpatches
 
 ## ##################################################