- fix license
  A complete changelog is available from by visiting:
    https://github.com/bestpractical/rt-extension-addadminccsonqueuechange/compare/0.03...1.00
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-RT-Extension-AddAdminCcsOnQueueChange?expand=0&rev=2
		
	
		
			
				
	
	
		
			78 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			RPMSpec
		
	
	
	
	
	
			
		
		
	
	
			78 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			RPMSpec
		
	
	
	
	
	
#
 | 
						|
# spec file for package perl-RT-Extension-AddAdminCcsOnQueueChange
 | 
						|
#
 | 
						|
# Copyright (c) 2014 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/
 | 
						|
#
 | 
						|
 | 
						|
 | 
						|
%define         cpan_name RT-Extension-AddAdminCcsOnQueueChange
 | 
						|
%define         plug_dir /usr/share/request-tracker/local/plugins
 | 
						|
 | 
						|
Name:           perl-RT-Extension-AddAdminCcsOnQueueChange
 | 
						|
Version:        1.00
 | 
						|
Release:        0
 | 
						|
Summary:        On queue change, adds queue AdminCcs as ticket AdminCcs
 | 
						|
License:        GPL-2.0+
 | 
						|
Group:          Development/Libraries/Perl
 | 
						|
Url:            http://search.cpan.org/dist/RT-Extension-AddAdminCcsOnQueueChange/
 | 
						|
Source:         http://search.cpan.org/CPAN/authors/id/A/AL/ALEXMV/%{cpan_name}-%{version}.tar.gz
 | 
						|
BuildArch:      noarch
 | 
						|
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 | 
						|
BuildRequires:  perl
 | 
						|
BuildRequires:  perl-macros
 | 
						|
BuildRequires:  perl(RT)
 | 
						|
Requires:       request-tracker
 | 
						|
#BuildRequires: perl(inc::Module::Install)
 | 
						|
#BuildRequires: perl(JSON)
 | 
						|
#BuildRequires: perl(LWP::Simple)
 | 
						|
#BuildRequires: perl(Module::Build)
 | 
						|
#BuildRequires: perl(Module::Install::Base)
 | 
						|
#BuildRequires: perl(Parse::CPAN::Meta)
 | 
						|
#BuildRequires: perl(RT)
 | 
						|
#BuildRequires: perl(RT::Action)
 | 
						|
#BuildRequires: perl(YAML::Tiny)
 | 
						|
%{perl_requires}
 | 
						|
 | 
						|
%description
 | 
						|
Request Tracker extension that on queue change, adds queue AdminCcs as ticket AdminCcs
 | 
						|
 | 
						|
%prep
 | 
						|
%setup -q -n %{cpan_name}-%{version}
 | 
						|
 | 
						|
%build
 | 
						|
%{__perl} Makefile.PL INSTALLDIRS=vendor
 | 
						|
%{__make} %{?_smp_mflags}
 | 
						|
 | 
						|
%check
 | 
						|
%{__make} test
 | 
						|
 | 
						|
%install
 | 
						|
%perl_make_install
 | 
						|
%perl_process_packlist
 | 
						|
%perl_gen_filelist
 | 
						|
 | 
						|
%{__install} -m 0755 -d %{buildroot}/%{plug_dir}/%{cpan_name}
 | 
						|
%{__cp} -a etc          %{buildroot}/%{plug_dir}/%{cpan_name}/
 | 
						|
 | 
						|
# remove special files
 | 
						|
find %{buildroot} -name "perllocal.pod" | xargs -i rm -f {}
 | 
						|
 | 
						|
%files -f %{name}.files
 | 
						|
%defattr(-,root,root,755)
 | 
						|
%doc README
 | 
						|
%dir %{plug_dir}/%{cpan_name}
 | 
						|
%{plug_dir}/%{cpan_name}/etc
 | 
						|
 | 
						|
%changelog
 |