[lemonpos] Name: lemonpos Version: 0.9.4 Release: 4%{dist} Summary: Point Of Sale Application Fo

siddharths siddharths at fedoraproject.org
Sun Jul 15 14:20:01 UTC 2012


commit e92fad30b1b37a8ed5714ab5496d55b6036414fa
Author: Siddharth Sharma <siddharth.kde at gmail.com>
Date:   Sun Jul 15 19:51:10 2012 +0530

    Name:       lemonpos
    Version:    0.9.4
    Release:    4%{dist}
    Summary:    Point Of Sale Application For KDE4
    
    Group:      Applications/Productivity
    License:    GPLv2
    URL:        http://www.lemonpos.org/
    Source0:    http://downloads.sourceforge.net/project/lemonpos/citronic/%{name}-%{version}-rc7.tar.bz2
    Patch1:     locale.patch
    BuildRoot:  BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    
    BuildRequires:  cmake desktop-file-utils kdelibs4-devel gettext oxygen-icon-theme hicolor-icon-theme qt-devel
    Requires: qt qt-x11
    
    %description
    Lemon is an open source POS (point of sale) for Linux, and other Unix.
    It is a general POS, not targeted to a specific business.
    
    It has been developed for ease of use and customization, and to support
    bar-code scanners and ticket printers. At this point, it has been tested
    with a parallel port ticket printer (Star Micronics, SP500).
    
    More information on:
    http://www.lemonpos.org/
    http://sourceforge.net/apps/mediawiki/lemonpos/index.php?title=Main_Page
    
    Authors:
    --------
         Miguel Chávez Gamboa
    
    %prep
    %setup -q -n %{name}
    %patch1 -p1 -b .locale
    
    %build
    mkdir -p %{_target_platform}
    pushd %{_target_platform}
    %{cmake_kde4} ..
    popd
    make %{?_smp_mflags} -C %{_target_platform}
    
    %install
    rm -rf %{buildroot}
    make install/fast -C %{_target_platform} DESTDIR=%{buildroot}
    
    %check
    desktop-file-validate  %{buildroot}%{_kde4_datadir}/applications/kde4/lemon.desktop
    desktop-file-validate  %{buildroot}%{_kde4_datadir}/applications/kde4/squeeze.desktop
    
    %find_lang lemon
    %find_lang squeeze
    cat lemon.lang squeeze.lang > %{name}.lang
    
    %post -p /sbin/ldconfig
    %postun -p /sbin/ldconfig
    
    %clean
    rm -rf %{buildroot}
    
    %files -f %{name}.lang
    %defattr(-,root,root)
    %doc COPYING database_resources README NOTES README USING
    %{_kde4_bindir}/lemon
    %{_kde4_bindir}/squeeze
    %{_kde4_datadir}/applications/kde4/*.desktop
    %{_kde4_datadir}/icons/hicolor/*/*/*.png
    %{_kde4_datadir}/config.kcfg/*.kcfg
    %{_kde4_datadir}/config/lemonrc
    %{_kde4_datadir}/kde4/apps/lemon
    %{_kde4_datadir}/kde4/apps/squeeze
    
    %changelog
    * Sun Jul 15 2012 Siddharth Sharma <siddharth.kde at gmail.com> - 0.9.4-4
    - Requires My SQL removed, not needed Bug 839082
    - Added Extra info wiki link
    - Added README and other Doc Files
    
    * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.4-3
    - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
    
    *Sun Oct 30 2011 siddharth sharma <siddharths at fedoraproject.org> - 0.9.4-2
     - Fixing source Url
     - Fixing BuildRequires
    
    *Sat Oct 29 2011 siddharth sharma <siddharths at fedoraproject.org> - 0.9.4-1
     - Bump up release version
     - Fixing up spec for packaging
     - Fixing locale as upstream had bad locale setup ,cz to cs and redundancy with zh locale files
    
    *Sat Jan 8 2011 siddharth Sharma <siddharths at fedoraproject.org> - 0.9.3-1
     - Initial Release 1

 lemonpos.spec |   22 +++++++++++++++-------
 1 files changed, 15 insertions(+), 7 deletions(-)
---
diff --git a/lemonpos.spec b/lemonpos.spec
index d25f961..e18b5b1 100644
--- a/lemonpos.spec
+++ b/lemonpos.spec
@@ -1,6 +1,6 @@
 Name:       lemonpos  
 Version:    0.9.4  
-Release:    3%{dist}  
+Release:    4%{dist}  
 Summary:    Point Of Sale Application For KDE4  
  
 Group:      Applications/Productivity  
@@ -10,8 +10,8 @@ Source0:    http://downloads.sourceforge.net/project/lemonpos/citronic/%{name}-%
 Patch1:     locale.patch
 BuildRoot:  BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 
-BuildRequires:  cmake desktop-file-utils kdelibs4-devel gettext
-Requires: qt qt-x11 mysql-server
+BuildRequires:  cmake desktop-file-utils kdelibs4-devel gettext oxygen-icon-theme hicolor-icon-theme qt-devel
+Requires: qt qt-x11
 
 %description  
 Lemon is an open source POS (point of sale) for Linux, and other Unix.   
@@ -21,12 +21,15 @@ It has been developed for ease of use and customization, and to support
 bar-code scanners and ticket printers. At this point, it has been tested  
 with a parallel port ticket printer (Star Micronics, SP500).  
   
-More information on http://www.lemonpos.org/  
+More information on:
+http://www.lemonpos.org/  
+http://sourceforge.net/apps/mediawiki/lemonpos/index.php?title=Main_Page
 
 Authors:  
 --------  
      Miguel Chávez Gamboa 
   
+
 %prep  
 %setup -q -n %{name}  
 %patch1 -p1 -b .locale
@@ -58,7 +61,7 @@ rm -rf %{buildroot}
   
 %files -f %{name}.lang
 %defattr(-,root,root)  
-%doc COPYING database_resources  
+%doc COPYING database_resources README NOTES README USING
 %{_kde4_bindir}/lemon  
 %{_kde4_bindir}/squeeze  
 %{_kde4_datadir}/applications/kde4/*.desktop  
@@ -67,8 +70,13 @@ rm -rf %{buildroot}
 %{_kde4_datadir}/config/lemonrc
 %{_kde4_datadir}/kde4/apps/lemon  
 %{_kde4_datadir}/kde4/apps/squeeze  
-  
+ 
 %changelog
+* Sun Jul 15 2012 Siddharth Sharma <siddharth.kde at gmail.com> - 0.9.4-4
+- Requires My SQL removed, not needed Bug 839082
+- Added Extra info wiki link
+- Added README and other Doc Files
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.4-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
@@ -83,4 +91,4 @@ rm -rf %{buildroot}
  - Fixing locale as upstream had bad locale setup ,cz to cs and redundancy with zh locale files
 
 *Sat Jan 8 2011 siddharth Sharma <siddharths at fedoraproject.org> - 0.9.3-1
- - Initial Release 1
\ No newline at end of file
+ - Initial Release 1


More information about the scm-commits mailing list