Skip to content

Commit

Permalink
do not use *.spec.in template
Browse files Browse the repository at this point in the history
use *.spec file with RPM macros instead

- 3.1.0
  • Loading branch information
lslezak committed Sep 19, 2013
1 parent 0275a58 commit 4e907bb
Show file tree
Hide file tree
Showing 14 changed files with 81 additions and 47 deletions.
4 changes: 3 additions & 1 deletion .cvsignore → .gitignore
Expand Up @@ -10,7 +10,7 @@ config.log
config.status
config.sub
configure
configure.in
configure.ac
depcomp
install-sh
missing
Expand All @@ -23,3 +23,5 @@ autodocs-cc-base.ami
pluglib-bindings.ami
autodocs-ycp.ami
autodocs-cc.ami
*.m4
*.ami
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
3.0.0
3.1.0
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions package/.cvsignore

This file was deleted.

1 change: 1 addition & 0 deletions package/.gitignore
@@ -0,0 +1 @@
*.bz2
7 changes: 7 additions & 0 deletions package/yast2-squid.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Sep 19 17:17:48 UTC 2013 - lslezak@suse.cz

- do not use *.spec.in template, use *.spec file with RPM macros
instead
- 3.1.0

-------------------------------------------------------------------
Wed Jul 31 08:40:21 UTC 2013 - yast-devel@opensuse.org

Expand Down
69 changes: 69 additions & 0 deletions package/yast2-squid.spec
@@ -0,0 +1,69 @@
#
# spec file for package yast2-squid
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name: yast2-squid
Version: 3.1.0
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2

Group: System/YaST
License: GPL-2.0
Requires: yast2 >= 2.21.22
BuildRequires: perl-XML-Writer update-desktop-files yast2
BuildRequires: yast2-devtools >= 3.0.6
BuildRequires: yast2-testsuite yast2-core-devel boost-devel gcc-c++ libtool

#BuildArchitectures: noarch

Requires: yast2-ruby-bindings >= 1.0.0

Summary: Configuration of squid

%description
Configuration of squid

%prep
%setup -n %{name}-%{version}

%build
%yast_build

%install
%yast_install

rm -rf %{buildroot}/%{yast_plugindir}/libpy2ag_squid.la


%files
%defattr(-,root,root)
%dir %{yast_yncludedir}/squid
%config /etc/sysconfig/SuSEfirewall2.d/services/squid
%{yast_yncludedir}/squid/*
%{yast_clientdir}/squid.rb
%{yast_clientdir}/squid_*.rb
%{yast_moduledir}/Squid.*
%{yast_moduledir}/SquidACL.*
%{yast_moduledir}/SquidErrorMessages.*
%{yast_desktopdir}/squid.desktop
%{yast_schemadir}/autoyast/rnc/squid.rnc

%{yast_plugindir}/libpy2ag_squid.so*
%{yast_scrconfdir}/*.scr
%doc %{yast_docdir}
File renamed without changes.
File renamed without changes.
Empty file removed testsuite/tests/.cvsignore
Empty file.
File renamed without changes.
43 changes: 0 additions & 43 deletions yast2-squid.spec.in

This file was deleted.

0 comments on commit 4e907bb

Please sign in to comment.